Package-level declarations
Types
Link copied to clipboard
data class LivenessDetectionError(val livenessError: LivenessError, val recognitionError: RecognitionError)
Represents an error encountered during liveness detection.
Link copied to clipboard
Represents a successful outcome of a liveness detection operation.
Link copied to clipboard
The enum LivenessFailureReason.
Link copied to clipboard
The enum RecognitionFailureReason.
Functions
Link copied to clipboard
fun FaceLivenessDetector(sessionAuthorizationToken: String, verifyImageFileContent: ByteArray? = null, deviceCorrelationId: String? = null, userCorrelationId: String? = null, onSuccess: (LivenessDetectionSuccess) -> Unit, onError: (LivenessDetectionError) -> Unit)
A Composable function that initiates a face liveness detection session.